[XEND] Preliminary console support in Xen API
authorAlastair Tse <atse@xensource.com>
Thu, 25 Jan 2007 18:54:25 +0000 (18:54 +0000)
committerAlastair Tse <atse@xensource.com>
Thu, 25 Jan 2007 18:54:25 +0000 (18:54 +0000)
commit690dd07a38f366d71b64c1ddc518b6992601e9da
tree688a1695d32ed41bd6a47f2540afbf499dff212f
parent4b3c5bc127b5af880bd1e24a25863e9a818a2eec
[XEND] Preliminary console support in Xen API

Made serial/vnc consoles a 'fake' device so that we can take advantage
of storing state information in xenstore.

Signed-off-by: Alastair Tse <atse@xensource.com>
tools/python/scripts/xapi.py
tools/python/xen/xend/XendAPI.py
tools/python/xen/xend/XendAPIConstants.py
tools/python/xen/xend/XendConfig.py
tools/python/xen/xend/XendDevices.py
tools/python/xen/xend/XendDomainInfo.py
tools/python/xen/xend/server/DevController.py